home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus Special 24
/
AMIGAplus Sonderheft 24 (2000)(Falke)(DE)[!].iso
/
Rexx
/
TTMLoadIcon.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-11-06
|
500b
|
20 lines
/* $VER: TTMLoadIcon.rexx 1.0 (27.11.97) by J. Tierney
TTMLoadIcon.rexx v1.0
11/27/97 J. Tierney
Purpose: Opens a new TTManger window.
Usage: TTMLoadIcon.rexx [<filename>]
<filename> - Name of icon to load. Optional; a file requester will
pop up if no name is given.
*/
ADDRESS 'TTMANAGER' /* Hello, TTManager. */
PARSE ARG fname /* Get the file name, if one was supplied. */
NEW fname /* Tell TTM to open this file. */